(n_article, n_style)
| 352 | }); |
| 353 | |
| 354 | function read(n_article, n_style) { |
| 355 | article.html(articleTemplate.substr(0,n_article)); |
| 356 | style.html(styleTemplate.substr(0,n_style)); |
| 357 | return n_article <= articleTemplate.length || n_style <= styleTemplate.length; |
| 358 | } |
| 359 | |
| 360 | } |
| 361 |